onFragmentCreated

open fun onFragmentCreated(@NonNull fm: FragmentManager, @NonNull f: Fragment, @Nullable savedInstanceState: Bundle)(source)

Called after the fragment has returned from the FragmentManager's call to onCreate. This will only happen once for any given fragment instance, though the fragment may be attached and detached multiple times.

Parameters

fm

Host FragmentManager

f

Fragment changing state

savedInstanceState

Saved instance bundle from a previous instance